home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / windows / r3fifoga.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.3 KB  |  49 lines

  1.  
  2. // JavaScript wrapper for r3fifoga.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_FILEFORMATGADGET_H = 1;
  7. include("oops/r3gadget.js")
  8.  
  9.  
  10. var R3CLID_FILEFORMATGADGET = 1734;
  11.  
  12.  
  13.  
  14.  
  15. R3FIFOGAA_UpdateThumbnailMth = 1734501;
  16. function SetR3FIFOGAA_UpdateThumbnailMth(value) {
  17.   R3Set(this.r3obj, R3FIFOGAA_UpdateThumbnailMth, value, R3TID_INTEGER, 0); 
  18. }
  19.  
  20. R3FIFOGAA_LayerList = 1734502;
  21. function SetR3FIFOGAA_LayerList(value) {
  22.   R3Set(this.r3obj, R3FIFOGAA_LayerList, value, R3TID_OBJECT, 0); 
  23. }
  24.  
  25. R3FIFOGAA_HiddenSections = 1734503;
  26. function SetR3FIFOGAA_HiddenSections(value) {
  27.   R3Set(this.r3obj, R3FIFOGAA_HiddenSections, value, R3TID_INTEGER, 0); 
  28. }
  29.  
  30. function GetR3FIFOGAA_HiddenSections() {
  31.   return R3Get(this.r3obj, R3FIFOGAA_HiddenSections, R3TID_INTEGER, 0); 
  32. }
  33.  
  34.  
  35.  
  36. function r3Fileformatgadget () { 
  37.    this.base = r3God;
  38.    if(arguments.length) {
  39.       this.base(R3CLID_FILEFORMATGADGET, arguments);
  40.    }
  41.    // Attributes
  42.    this.SetUpdateThumbnailMth=SetR3FIFOGAA_UpdateThumbnailMth;
  43.    this.SetLayerList=SetR3FIFOGAA_LayerList;
  44.    this.GetHiddenSections=GetR3FIFOGAA_HiddenSections;
  45.    this.SetHiddenSections=SetR3FIFOGAA_HiddenSections;
  46. }
  47.  
  48. r3Fileformatgadget.prototype=new r3Gadget;
  49. // r3fifoga.h_H